home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Windows 3
/
dr win3.zip
/
dr win3
/
WINPROGS
/
UPC12BS1.ZIP
/
LIB
/
EXECUTE.H
< prev
next >
Wrap
Text File
|
1993-07-31
|
2KB
|
48 lines
/*--------------------------------------------------------------------*/
/* e x e c u t e . h */
/* */
/* Execute an external command for UUPC/extended functions */
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* Changes Copyright (c) 1989-1993 by Kendra Electronic */
/* Wonderworks. */
/* */
/* All rights reserved except those explicitly granted by */
/* the UUPC/extended license agreement. */
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* RCS Information */
/*--------------------------------------------------------------------*/
/*
* $Id: execute.h 1.1 1993/07/31 16:28:59 ahd Exp $
*
* Revision history:
* $Log: execute.h $
* Revision 1.1 1993/07/31 16:28:59 ahd
* Initial revision
*
*/
/*--------------------------------------------------------------------*/
/* e x e c u t e */
/* */
/* Generic execute external command with optional redirection */
/* of standard input and output */
/*--------------------------------------------------------------------*/
int execute( const char *command,
const char *parameters,
const char *input,
const char *output,
const boolean synchronous,
const boolean foreground );
int executeCommand( const char *command,
const char *input,
const char *output,
const boolean synchronous,
const boolean foreground );